API参考

增加档案

基本信息

Path: http://www.jzhangfang.com/api/service?cmd=CreateErpUserDefined

Method: POST

描述: 增加档案

请求参数

{
  "token":"20CAAD53FFBB64E7E0D9A34430316228A93D8880CDA6B8B4BC4A886DA……",
  "AccountID": "0b8ca42f-2ea7-4c88-86a4-f7b559434354",
  "tbcode": "Acct_UserDefined08",
  "classcode": "0001",
  "code":"0001",
  "name":"档案名称",
  "unit":"计量单位",
  "guige":"规格型号",
  "type":"客户",
  "parentCode":"上级部门编码"
}

请求参数说明

字段 是否必须 描述
token 登录令牌
AccountID 账套id
tbcode 档案表编码,取值见上传档案部分
classcode 档案分类编码
code 编码
name 名称
unit 计量单位
guige 规格型号
type 客户
parentCode 上级部门编码

返回参数

{
  "Status":"1",
  "Msg":"",
  "Ret":{"id":"07157b60-14ae-45de-9547-b71772f57b39"}
}

返回参数说明

参数名称 类型 描述
Ret JSON 结果
-- id String 刚新增的档案id
Status String 状态: 1-成功,0-失败,2-token失效
Msg String 消息提示语